@media only screen and (max-width:767px){
.scan
{
    margin: 0 auto;
}
.replace{
    width: 290px;
  height: auto;
}
}
.replace img{
    object-fit: contain !important;
}
.link-location{
    text-align: left;
}
/* .logo-kjr-footer{
    margin: 0 32px;
} */
/* .Profile-btn {
flex-direction: column !important;
} */
 .footer-contacts{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
} 
.logo-kjr-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* @media only screen and (max-width:375px){
    .logo-kjr-footer{
        margin: 0 18px;
    }
} */
 @media only screen and (max-width: 425px) {
    .scan
    {
        margin: 0 auto;
    }
} 
/* @media only screen and (min-width: 768px) {
    .Profile-btn
    {
       display: flex;
       align-items: center;
       flex-direction: column;
    }
}  */